home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / ID008.dxr / 00082.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  618 b   |  27 lines

  1. on exitFrame
  2.   set the locV of sprite 3 to 105
  3.   set the locH of sprite 3 to 318
  4.   set the locV of sprite 4 to 178
  5.   set the locH of sprite 4 to 370
  6.   set the locV of sprite 5 to 261
  7.   set the locH of sprite 5 to 288
  8.   set the locV of sprite 6 to 316
  9.   set the locH of sprite 6 to 240
  10.   set the locV of sprite 7 to 331
  11.   set the locH of sprite 7 to 378
  12.   set the locV of sprite 8 to 363
  13.   set the locH of sprite 8 to 369
  14.   set the locV of sprite 9 to 345
  15.   set the locH of sprite 9 to 457
  16.   if the timer < 350 then
  17.     go(the frame)
  18.   else
  19.     startTimer()
  20.     go(the frame + 1)
  21.   end if
  22. end
  23.  
  24. on mouseUp
  25.   go(114)
  26. end
  27.